home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / isinf.man < prev    next >
Encoding:
Text File  |  1989-11-29  |  1.2 KB  |  69 lines

  1.  
  2.  
  3.  
  4. isnan                 C Library Procedures                  isnan
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      isnan, isinf - Determine whether  double-precision  floating
  12.      point numbers are not-a-number or infinity.
  13.  
  14. SSYYNNOOPPSSIISS
  15.      int
  16.      iissnnaann(_v_a_l_u_e)
  17.  
  18.      int
  19.      iissiinnff(_v_a_l_u_e)
  20.  
  21. AARRGGUUMMEENNTTSS
  22.      double    _v_a_l_u_e          (in)      Double-precision floating
  23.                                         point number to check for
  24.                                         type.
  25.  
  26. _________________________________________________________________
  27.  
  28.  
  29. DDEESSCCRRIIPPTTIIOONN
  30.      iissnnaann returns 1 if its argument is an IEEE  double-precision
  31.      floating-point  number  corresponding to NaN (not a number).
  32.      iissnnaann returns 0 otherwise.
  33.  
  34.      iissiinnff returns 1 if its argument is an IEEE  double-precision
  35.      floating-point  number  corresponding  to  infinity.   iissiinnff
  36.      returns 0 otherwise.
  37.  
  38. KKEEYYWWOORRDDSS
  39.      not a number, infinity, IEEE, double
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  November 28, 1989                  1
  66.  
  67.  
  68.  
  69.